[][src]Crate correlation_flow

Calculates 2D image translation using image correlation

Could be used for:

  • stitching image panoramas together (by calculating the point where two images overlap)
  • image registration
  • measuring optical flow (by measuring the 2D translation between image frames)

This library to operate in very low memory complexity on no_std rust for embedded systems.

Modules

micro_rfft

Image phase correlation using the embedded-friendly microfft crate.